home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Mac / IDE scripts / Hack / Debugger off next >
Encoding:
Text File  |  2000-06-23  |  66 b   |  5 lines

  1. """Turn the debugger off."""
  2.  
  3. import PyDebugger
  4. PyDebugger.cont()
  5.